SCREEN FPS

This command will get the current frames per second to measure how many times the screen is refreshed each second.

  Syntax
Return Integer=SCREEN FPS()
  Returns

The value returned is measured in units of 1/1000th of a second

  Description

The integer value returned is measured in units of 1/1000th of a second.

  Example Code
cls
set display mode 800,600,32
set window on
maximize window
wait 1000*8
print "screen fps "+str$(screen fps())
do
loop
end
  See also

DISPLAY Commands Menu
Index